golang.org/x/net/http2.stream.id (field)
23 uses
golang.org/x/net/http2 (current package)
server.go#L648: id uint32
server.go#L1155: *writeArg = writeData{stream.id, data, endStream}
server.go#L1376: sc.resetStream(streamError(st.id, ErrCodeNo))
server.go#L1715: delete(sc.streams, st.id)
server.go#L1742: sc.writeSched.CloseStream(st.id)
server.go#L1949: return st.id%2 == 0
server.go#L1993: StreamID: st.id,
server.go#L2073: sc.writeSched.AdjustStream(st.id, f.Priority)
server.go#L2142: return sc.countError("trailers_not_ended", streamError(st.id, ErrCodeProtocol))
server.go#L2146: return sc.countError("trailers_pseudo", streamError(st.id, ErrCodeProtocol))
server.go#L2155: return sc.countError("trailers_bogus", streamError(st.id, ErrCodeProtocol))
server.go#L2192: id: id,
server.go#L2206: sc.writeSched.OpenStream(st.id, OpenStreamOptions{PusherID: pusherID})
server.go#L2298: return nil, nil, sc.countError(res.InvalidReason, streamError(st.id, ErrCodeProtocol))
server.go#L2401: write: handlerPanicRST{rw.rws.stream.id},
server.go#L2465: write: write100ContinueHeadersFrame{st.id},
server.go#L2513: streamID = st.id
server.go#L2709: streamID: rws.stream.id,
server.go#L2744: streamID: rws.stream.id,
server.go#L2970: streamID: rws.stream.id,
server.go#L3212: promised := sc.newStream(promisedID, msg.parent.id, stateHalfClosedRemote)
server.go#L3232: streamID: msg.parent.id,
writesched.go#L78: return wr.stream.id